|
Orchestration SDK 5.12.0
|
#include <LocalAuthenticationDelegate.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onLocalAuthenticationSuccessWithOTP:andHostCode: |
| (void) | - onLocalAuthenticationAborted |
| (void) | - onLocalAuthenticationPasswordError: |
Interface to implement in order to receive events related to local authentication.
| - (void) onLocalAuthenticationAborted |
Called upon local authentication abortion
| - (void) onLocalAuthenticationPasswordError: | (PasswordError *) | error |
Called upon password error when performing local authentication.
| error | the type of password error |
| - (void) onLocalAuthenticationSuccessWithOTP: | (NSString *) | otp | |
| andHostCode: | (NSString *) | hostCode |
Called upon local authentication success.
| otp | the generated one-time password |
| hostCode | the generated host code |